__weak與__block修飾符的區別
API Reference對__block變量修飾符有如下幾處解釋: //A powerful feature of blocks is that they can modify variables ...
API Reference對__block變量修飾符有如下幾處解釋: //A powerful feature of blocks is that they can modify variables ...